projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09db192
)
* s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Nov 2011 20:15:17 +0000
(12:15 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Nov 2011 20:15:17 +0000
(12:15 -0800)
src/ChangeLog
patch
|
blob
|
history
src/s/gnu.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 1325dd20bb2e6f9e96f630e5bd51253983675136..04e58e4742f3ac096ff163d3c48339b72283e00c 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
+
+ * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
+
2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
Avoid some portability problems by eschewing 'extern inline' functions.
diff --git
a/src/s/gnu.h
b/src/s/gnu.h
index c40f764f8bf77cb5234b4e32b072493d96fad205..b40f7b0a95b9b4e282d3aa1704e0a99733b9e6f2 100644
(file)
--- a/
src/s/gnu.h
+++ b/
src/s/gnu.h
@@
-44,3
+44,5
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#endif /* !_IO_STDIO_H */
#endif /* emacs */
+/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS